@import url(../../app.css);
@import url(./header.css);
@import url(./footer.css);
.product_bg {
    background: url(../../../img/affairs/tupian/banner@3x.png) no-repeat;
    background-size: 100% 867px;
}

.bg_box {
    height: 787px;
}

.content {
    max-width: 419px;
}

.bannerImg {
    align-items: flex-start;
}

.animated-img {
    width: 575px;
    height: 296px;
}

.lz-btn {
    padding: 0 40px;
    height: 54px;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
    line-height: 54px;
    background-color: #1A68FE;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.lz-btn:hover {
    opacity: 0.8;
}

.bg_box>div>div>p {
    opacity: 0.8;
}

.bg_box>div>div>div {
    max-width: 1150px;
    margin: auto;
}


/*  徽章法务大数据*/

.data_items {
    width: 375px;
    height: 362px;
    background: url(../../../img/affairs/tubiao/bg.png) no-repeat;
    box-shadow: 0px 4px 20px rgba(153, 153, 153, 0.16);
    margin-top: 50px;
}

.data_items:hover {
    box-shadow: 10px 10px 10px rgba(153, 153, 153, 0.6);
    margin-top: 20px;
    transition: all .3s ease-out;
}

.data_items>img {
    display: block;
    margin: 80px auto 20px;
    width: 100px;
    height: 99px;
}

.data_items_title {
    font-size: 36px;
    margin-top: 30px;
}

.data_items_txet {
    font-size: 24px;
}

.section_advantage {
    padding: 120px 0;
    background: #f5f8ff;
}

.avatar_box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0px 3px 20px rgba(26, 104, 254, 0.16);
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid rgba(26, 104, 254, 0.4196078431372549);
}

.content {
    color: #999;
    font-size: 20px;
}

.bg_line {
    background: url(../../../img/affairs/tubiao/xian.png) no-repeat;
    width: 284px;
    height: 33px;
    background-size: 284px 33px;
    margin-top: 10px;
}

.lien-l-b {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -moz-transform: rotateX(180deg);
    /* Firefox */
    -webkit-transform: rotateX(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateX(180deg);
    /* Opera */
}

.line-r-b {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.line-r-t {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(180deg);
    /* Opera */
}


/* 卡片 */

.jion_list>li {
    list-style: disc;
    font-size: 16px;
    margin-left: 20px;
}

.jion_card_title {
    font-size: 36px;
    font-weight: 500;
}

.card {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1600);
}

.big-card_bg {
    transition: .3s;
    background-size: 100% 300px;
}

.card:hover.big-card_bg {
    background-size: 110% 350px !important;
}

.jion_card_text {
    font-size: 14px;
    margin-top: 20px;
    max-width: 90%;
    margin: 20px auto;
}

.card_heder {
    transition: .3s;
    height: 220px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-size: 100% 220px;
    font-size: 36px;
    font-weight: bold;
    background-repeat: no-repeat;
}

.card:hover .card_heder {
    background-size: 110% 270px !important;
}


/* 表单 */

.form {
    max-width: 680px;
    margin: auto;
}


/* 徽章服务流程 */

.advantage_box {
    padding: 50px 0;
    overflow: hidden;
}

.linear {
    padding: 20px;
    font-size: 32px;
    font-weight: 800;
    display: flex;
    width: 50%;
}

.linear:nth-child(2n+1) {
    background: linear-gradient(118deg, #1A68FE 20%, #F5F8FF 20%, #F5F8FF 100%);
}

.linear:nth-child(2n) {
    background: linear-gradient(73deg, #F5F8FF 80%, #1A68FE 80%, #1A68FE 100%);
}

.time-text {
    font-size: 18px;
    color: #999;
    display: flex;
    align-items: center;
}

.time-text>div {
    margin-right: 0.1rem;
}

.tieme-line {
    height: 1px;
    width: 100px;
    border-top: #999 1px dotted;
    display: flex;
    align-items: center;
}

.transformY180 {
    transform: rotateY(180deg);
}

.tieme-line::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1A68FE;
    border-radius: 50%;
}

.advantage_content {
    font-size: 18px;
    margin-top: 30px;
}

.advantage_content>p {
    float: right;
    max-width: 50%;
}